projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29eeb7b
)
* widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
author
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 21 Jul 2004 19:18:29 +0000
(19:18 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 21 Jul 2004 19:18:29 +0000
(19:18 +0000)
src/ChangeLog
patch
|
blob
|
history
src/widget.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 624b25d376c7d2d180ab4b0ba259bb30c55dd1b8..998c640a9b8631459878b446bf3dd6ae1b94e79c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2004-07-21 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+
+ * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
+
2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
* window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
diff --git
a/src/widget.c
b/src/widget.c
index dbf55a34d9c6290f1822b1e7910f39f3842ecc76..57eef4059e65c6fcee46df11e89783a31e78a6aa 100644
(file)
--- a/
src/widget.c
+++ b/
src/widget.c
@@
-758,7
+758,6
@@
EmacsFrameDestroy (widget)
if (! s) abort ();
if (! s->output_data.x) abort ();
- if (! s->output_data.x->normal_gc) abort ();
BLOCK_INPUT;
x_free_gcs (s);